UNPKG

332 BJavaScriptView Raw
1export default {
2 "name": "Alpine Abuild",
3 "type": "programming",
4 "color": "#0D597F",
5 "group": "Shell",
6 "aliases": [
7 "abuild",
8 "apkbuild"
9 ],
10 "filenames": [
11 "APKBUILD"
12 ],
13 "tmScope": "source.shell",
14 "aceMode": "sh",
15 "codemirrorMode": "shell",
16 "codemirrorMimeType": "text/x-sh",
17 "languageId": 14
18}